! Please note that this is a snapshot of our old Bugzilla server, which is read only since May 29, 2020. Please go to gitlab.xfce.org for our new server !
does not compile on Ubuntu 10.04LTS
Status:
RESOLVED: FIXED
Product:
Xfce4-embed-plugin
Component:
General

Comments

Description Antonis Tsolomitis 2012-01-17 18:55:37 CET
Returns panel-plugin/embed.c:657: undefined reference to `gdk_x11_window_foreign_new_for_display'
collect2: ld returned 1 exit status
make[2]: *** [xfce4-embed-plugin] Error 1
Comment 1 David Schneider 2012-01-17 23:15:24 CET
Fixed in git b803d54.
Comment 2 Antonis Tsolomitis 2012-01-18 08:53:53 CET
(In reply to comment #1)
> Fixed in git b803d54.

Ah, OK thank you. But how do I get it?

I got the source from http://goodies.xfce.org/projects/panel-plugins/xfce4-embed-plugin

How do I get the latest?

thank you.
Comment 3 David Schneider 2012-01-18 09:05:44 CET
Whoops, forgot that on the wiki. It's there now, but as a shortcut, you can get it via git:

git clone git://git.xfce.org/panel-plugins/xfce4-embed-plugin
Comment 4 Antonis Tsolomitis 2012-01-18 09:19:53 CET
Nope! it insists:

xfce4_embed_plugin-embed.o: In function `embed_plug_added':
/home/myhome/xfce4-embed/xfce4-embed-plugin/panel-plugin/embed.c:656: undefined reference to `gdk_x11_window_foreign_new_for_display'
collect2: ld returned 1 exit status
make[2]: *** [xfce4-embed-plugin] Error 1
make[2]: Leaving directory `/home/myhome/xfce4-embed/xfce4-embed-plugin/panel-plugin'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/myhome/xfce4-embed/xfce4-embed-plugin'
make: *** [all] Error 2
Comment 5 David Schneider 2012-01-23 11:07:03 CET
Ah. 10.4 has gtk 2.20; gtk_x11_window_foreign_new_for_display was added in 2.24.
I also ran into other issues when compiling in Ubuntu 10.04; I'm surprised you didn't.

Anyway, they should all be fixed in git now.  Please try it and see if everything's working.

Bug #8353

Reported by:
Antonis Tsolomitis
Reported on: 2012-01-17
Last modified on: 2012-01-23

People

Assignee:
David Schneider
CC List:
0 users

Version

Version:
unspecified

Attachments

Additional information